iT邦幫忙

2019 iT 邦幫忙鐵人賽

0
自我挑戰組

30日Linux學習系列 第 6

Linux路徑指令

  • 分享至 

  • xImage
  •  

參考來源:
https://ithelp.ithome.com.tw/articles/10201997
https://www.guru99.com/install-linux.html

今天學習Terminal
開啟Ubuntu上啟動CLI
啟動終端有兩種方法。

1)轉到Dash並鍵入終端
https://ithelp.ithome.com.tw/upload/images/20181222/20112174RLJtwCfGQP.png

2)或者按CTRL + Alt + T啟動終端

啟動後畫面
https://ithelp.ithome.com.tw/upload/images/20181222/20112174ga9aXUcPg5.png
畫面講解:
1.john是使用者名字
2.john-VirtualBox是電腦名字
3.'~'代表家目錄,表示用戶在主目錄中工作。如果更改目錄,此標誌將消失。
4.'$'代表普通使用者,'#'代表root使用者

路徑指令:
pwd(print working directory)
https://ithelp.ithome.com.tw/upload/images/20181222/20112174F6MPIFzL13.png
顯示現在位置,沒改變的話是家目錄

cd(Changing Directories)
改變位置,位置先改成tmp,接著位置再改成bin,最後顯示現在位置:/bin
https://ithelp.ithome.com.tw/upload/images/20181222/20112174HoZQXFKtfq.png

cd或cd ~(Navigating to home directory)
返回家目錄
https://ithelp.ithome.com.tw/upload/images/20181222/20112174iXt9sJGQIi.png

cd /(Moving to root directory)
前往跟目錄
https://ithelp.ithome.com.tw/upload/images/20181222/20112174zAvhV8royC.png

cd / directory / directory / directory(Navigating through multiple directories)
如果資料夾前還有資料夾,要用這個方法比較快
而不是像這樣的方法寫指令:
https://ithelp.ithome.com.tw/upload/images/20181222/20112174MZtOcdtDti.png

cd ..(Moving up one directory level)
回到前一個資料夾
https://ithelp.ithome.com.tw/upload/images/20181222/20112174IV7bwp9tAw.png

此外路經也分2種
Absolute Path(絕對路徑)
要把路徑全部打出來。

Relative Path(相對路徑)
瀏覽給定目錄中的另一個子目錄時,相對路徑會派上用場。

它使你無需一直輸入完整路徑,只要打部分路徑。

還有,大小寫必須正確無誤,請注意。

之後學基本指令。


上一篇
Linux安裝
下一篇
Linux的基本指令
系列文
30日Linux學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言